-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(services/webdav): migrate to test planner for webdav #3379
Conversation
I will review this PR,cc @Xuanwo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, cc @Xuanwo
Please squash the commit BTW plz use |
We don't ask for this. |
I'm not sure if this error related to #3429 > operator.write(filename, content)
E opendal.Error: Unexpected (temporary) at write, context: { url: http://127.0.0.1:8080/remote.php/webdav//, called: http_util::Client::send_async, service: webdav, path: random_file_722b4c6d-b06e-49e1-a9d6-10c311f50e68 } => send async request, source: error sending request for url |
you can take a look at #3448, add health check for docker compose would better |
I've added the health check for nextcloud and owncloud. But it still cannot check pass, I'm not sure the reason. |
…loud and owncloud
…loud and owncloud
@shauvet Would you mind I modify some code on your PR? |
I don't mind. Please. |
Signed-off-by: Manjusaka <[email protected]>
Signed-off-by: Manjusaka <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks a lot! |
related with #3267